https://github.com/flyte/static-future
Static analysis tool to establish which __future__ imports are used in python source code.
https://github.com/flyte/static-future
Last synced: about 1 year ago
JSON representation
Static analysis tool to establish which __future__ imports are used in python source code.
- Host: GitHub
- URL: https://github.com/flyte/static-future
- Owner: flyte
- License: unlicense
- Created: 2015-03-28T22:45:50.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2015-03-29T09:34:38.000Z (about 11 years ago)
- Last Synced: 2025-03-15T00:08:35.489Z (over 1 year ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
.. image:: https://travis-ci.org/flyte/static-future.svg?branch=develop
:target: https://travis-ci.org/flyte/static-future
Static Future
=====
Static analysis tool to establish which __future__ imports are used in python source code.
Installation
============
::
pip install static-future