Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 11, 2020 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/1d58f212d5a673994f49d4a2853a6ccc to your computer and use it in GitHub Desktop.
Save r-ryantm/1d58f212d5a673994f49d4a2853a6ccc to your computer and use it in GitHub Desktop.
/nix/store/0n7rkkx5hkyxsyy6b9ypfrj536zpl2vp-python2.7-pony-0.7.12
├── lib
│   └── python2.7
│   └── site-packages
│   ├── pony
│   │   ├── converting.py
│   │   ├── converting.pyc
│   │   ├── flask
│   │   │   ├── example
│   │   │   │   ├── app.py
│   │   │   │   ├── app.pyc
│   │   │   │   ├── config.py
│   │   │   │   ├── config.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── __main__.py
│   │   │   │   ├── __main__.pyc
│   │   │   │   ├── models.py
│   │   │   │   ├── models.pyc
│   │   │   │   ├── templates
│   │   │   │   │   ├── index.html
│   │   │   │   │   ├── login.html
│   │   │   │   │   └── reg.html
│   │   │   │   ├── views.py
│   │   │   │   └── views.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── options.py
│   │   ├── options.pyc
│   │   ├── orm
│   │   │   ├── asttranslation.py
│   │   │   ├── asttranslation.pyc
│   │   │   ├── core.py
│   │   │   ├── core.pyc
│   │   │   ├── dbapiprovider.py
│   │   │   ├── dbapiprovider.pyc
│   │   │   ├── dbproviders
│   │   │   │   ├── cockroach.py
│   │   │   │   ├── cockroach.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── mysql.py
│   │   │   │   ├── mysql.pyc
│   │   │   │   ├── oracle.py
│   │   │   │   ├── oracle.pyc
│   │   │   │   ├── postgres.py
│   │   │   │   ├── postgres.pyc
│   │   │   │   ├── sqlite.py
│   │   │   │   └── sqlite.pyc
│   │   │   ├── dbschema.py
│   │   │   ├── dbschema.pyc
│   │   │   ├── decompiling.py
│   │   │   ├── decompiling.pyc
│   │   │   ├── examples
│   │   │   │   ├── bottle_example.py
│   │   │   │   ├── bottle_example.pyc
│   │   │   │   ├── compositekeys.py
│   │   │   │   ├── compositekeys.pyc
│   │   │   │   ├── demo.py
│   │   │   │   ├── demo.pyc
│   │   │   │   ├── estore.py
│   │   │   │   ├── estore.pyc
│   │   │   │   ├── inheritance1.py
│   │   │   │   ├── inheritance1.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_numbers.py
│   │   │   │   ├── test_numbers.pyc
│   │   │   │   ├── tmp2.py
│   │   │   │   ├── tmp2.pyc
│   │   │   │   ├── tmp3.py
│   │   │   │   ├── tmp3.pyc
│   │   │   │   ├── tmp.py
│   │   │   │   ├── tmp.pyc
│   │   │   │   ├── university1.py
│   │   │   │   ├── university1.pyc
│   │   │   │   ├── university2.py
│   │   │   │   └── university2.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── integration
│   │   │   │   ├── bottle_plugin.py
│   │   │   │   ├── bottle_plugin.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── ormtypes.py
│   │   │   ├── ormtypes.pyc
│   │   │   ├── serialization.py
│   │   │   ├── serialization.pyc
│   │   │   ├── sqlbuilding.py
│   │   │   ├── sqlbuilding.pyc
│   │   │   ├── sqlsymbols.py
│   │   │   ├── sqlsymbols.pyc
│   │   │   ├── sqltranslation.py
│   │   │   ├── sqltranslation.pyc
│   │   │   ├── tmp_cmp.py
│   │   │   ├── tmp_cmp.pyc
│   │   │   ├── zzzzz.py
│   │   │   └── zzzzz.pyc
│   │   ├── py23compat.py
│   │   ├── py23compat.pyc
│   │   ├── sim.py
│   │   ├── sim.pyc
│   │   ├── thirdparty
│   │   │   ├── compiler
│   │   │   │   ├── ast.py
│   │   │   │   ├── ast.pyc
│   │   │   │   ├── consts.py
│   │   │   │   ├── consts.pyc
│   │   │   │   ├── future.py
│   │   │   │   ├── future.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── misc.py
│   │   │   │   ├── misc.pyc
│   │   │   │   ├── pyassem.py
│   │   │   │   ├── pyassem.pyc
│   │   │   │   ├── pycodegen.py
│   │   │   │   ├── pycodegen.pyc
│   │   │   │   ├── symbols.py
│   │   │   │   ├── symbols.pyc
│   │   │   │   ├── syntax.py
│   │   │   │   ├── syntax.pyc
│   │   │   │   ├── transformer.py
│   │   │   │   ├── transformer.pyc
│   │   │   │   ├── visitor.py
│   │   │   │   └── visitor.pyc
│   │   │   ├── decorator.py
│   │   │   ├── decorator.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   └── utils
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── properties.py
│   │   ├── properties.pyc
│   │   ├── utils.py
│   │   └── utils.pyc
│   └── pony-0.7.12.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
16 directories, 132 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment