Skip to main content

Skeletons used on fly

Project description

This package is used for quickly setup some basic namespace packages or buildout based packages.

  • create namespaced packages

    $ paster create -t fly_namespace fly.test
    $ find fly.test
    fly.test/
    fly.test/fly
    fly.test/fly/__init__.py
    fly.test/fly/test
    fly.test/fly/test/__init__.py
    fly.test/fly/__init__.pyc
    fly.test/setup.py
    fly.test/README.rst
    fly.test/fly.test.egg-info
    fly.test/setup.cfg
  • create buildout based packages

    $ paster create -t fly_buildout example
    $ find example/
    example/
    example/bootstrap.py
    example/buildout.cfg
    example/example
    example/example/__init__.py
    example/example.egg-info
    example/README.rst
    example/setup.cfg
    example/setup.py
  • create fully packages with namespace and buildout

    $ paster create -t fly_full fly.full
    $ find fly.full
    fly.full/
    fly.full/bootstrap.py
    fly.full/buildout.cfg
    fly.full/fly
    fly.full/fly/__init__.py
    fly.full/fly/__init__.pyc
    fly.full/fly/full
    fly.full/fly/full/__init__.py
    fly.full/fly.full.egg-info
    fly.full/README.rst
    fly.full/setup.cfg
    fly.full/setup.py

For more information, go to https://github.com/youngking/fly.skels

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fly.skels-0.1.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

fly.skels-0.1-py2.7.egg (20.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page