Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(6) | Call(3) | Derive(0) | Import(3)
Bootstrap BasicPackage.
def main(argv=None): """Bootstrap BasicPackage.""" BasicPackage.cmd(argv)
import unittest from skeleton.examples.basicpackage import BasicPackage, main from skeleton.examples.licenses import ( BSD, BSD_THIRD_CLAUSE, GPL, LGPL, NoLicense, LicenseChoice,
with TempDir() as tmp: main([tmp.path]) self.assertTrue(tmp.exists('distribute_setup.py'))
src/s/k/skeleton-0.6/skeleton/tests/test_examples.py skeleton(Download)
import unittest from skeleton.examples.basicpackage import BasicPackage, main from skeleton.examples.licenses import ( BSD, BSD_THIRD_CLAUSE, GPL, LGPL, NoLicense, LicenseChoice,
with TempDir() as tmp: main([tmp.path]) self.assertTrue(tmp.exists('distribute_setup.py'))
src/s/k/skeleton-HEAD/skeleton/tests/test_examples.py skeleton(Download)
import unittest from skeleton.examples.basicpackage import BasicPackage, main from skeleton.examples.licenses import ( BSD, BSD_THIRD_CLAUSE, GPL, LGPL, NoLicense, LicenseChoice,
with TempDir() as tmp: main([tmp.path]) self.assertTrue(tmp.exists('distribute_setup.py'))