Move objgraph.py to objgraph/__init__.py
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 840
- Forks
- 72
- PR merge metrics
- No merged PRs in 30d
Description
In light of https://github.com/mgedmin/objgraph/issues/39 I would like to start a refactoring: The first step is to move objgraph.py to objgraph/__init__.py. This will establish a code directory that is separate from all the deployment resources found in the main directory, and it will be where we add further (graph) modules, and maybe even break up the main code file.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading objgraph.py and checking repository references to that module, along with the deployment resources in the repository root. The work is done when the code is available from objgraph/init.py, references still work, and the existing project checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 38/100