Coder Social home page Coder Social logo

drf_ecommerce_api's Introduction

tools

react-native

Hi there ๐Ÿ‘‹

Zahir Ekrem is here.

Full-Stack & React & React Native Developer


Knowledge always in my scope !!!


๐Ÿš€ Skills

python react react-native redux node-js express html css js sass ts bootstrap material-ui firebase aws PostgreSQL MongoDB django git gitHub bash linux ubuntu vs-code

๐Ÿ’ป OS

๐Ÿ‘จ๐Ÿ‘ฉ Social

Linkedin: VPA website

๐Ÿ“ˆ Statistics

visitor counter

my github statsย  my commit status

languages

Now Playing

drf_ecommerce_api's People

Contributors

zahirekrem09 avatar

Stargazers

 avatar

Watchers

 avatar

drf_ecommerce_api's Issues

Suggest to loosen the dependency on graphene

Hi, your project drf_ecommerce_api requires "graphene==2.1.8" in its dependency. After analyzing the source code, we found that the following versions of graphene can also be suitable without affecting your project, i.e., graphene 2.1.6, 2.1.7, 2.1.9. Therefore, we suggest to loosen the dependency on graphene from "graphene==2.1.8" to "graphene>=2.1.6,<=2.1.9" to avoid any possible conflict for importing more packages or for downstream projects that may use drf_ecommerce_api.

May I pull a request to further loosen the dependency on graphene?

By the way, could you please tell us whether such dependency analysis may be potentially helpful for maintaining dependencies easier during your development?



We also give our detailed analysis as follows for your reference:

Your project drf_ecommerce_api directly uses 12 APIs from package graphene.

graphene.types.structures.List.__init__, graphene.types.mutation.Mutation.__init__, graphene.types.scalars.Int.__init__, graphene.types.inputobjecttype.InputObjectType.__init__, graphene.types.scalars.Float.__init__, graphene.types.scalars.String.__init__, graphene.types.field.Field.__init__, graphene.types.scalars.ID.__init__, graphene.types.scalars.Boolean.__init__, graphene.types.schema.Schema.__init__, graphene.types.objecttype.ObjectType.__init__, graphene.types.datetime.Date.__init__

Beginning from the 12 APIs above, 15 functions are then indirectly called, including 10 graphene's internal APIs and 5 outsider APIs. The specific call graph is listed as follows (neglecting some repeated function occurrences).

[/zahirekrem09/drf_ecommerce_api]
+--graphene.types.structures.List.__init__
|      +--graphene.types.structures.Structure.__init__
|      |      +--graphene.types.unmountedtype.UnmountedType.__init__
|      |      |      +--graphene.utils.orderedtype.OrderedType.__init__
|      |      |      |      +--graphene.utils.orderedtype.OrderedType.gen_counter
|      +--graphene.types.unmountedtype.UnmountedType.__init__
+--graphene.types.mutation.Mutation.__init__
|      +--graphene.types.objecttype.ObjectType.__init__
+--graphene.types.scalars.Int.__init__
|      +--graphene.types.unmountedtype.UnmountedType.__init__
+--graphene.types.inputobjecttype.InputObjectType.__init__
|      +--graphene.types.unmountedtype.UnmountedType.__init__
|      +--graphene.utils.orderedtype.OrderedType.__init__
+--graphene.types.scalars.Float.__init__
|      +--graphene.types.unmountedtype.UnmountedType.__init__
+--graphene.types.scalars.String.__init__
|      +--graphene.types.unmountedtype.UnmountedType.__init__
+--graphene.types.field.Field.__init__
|      +--graphene.utils.orderedtype.OrderedType.__init__
|      +--graphene.types.structures.NonNull.__init__
|      |      +--graphene.types.structures.Structure.__init__
|      +--graphene.types.argument.to_arguments
|      |      +--itertools.chain
|      |      +--collections.OrderedDict
|      |      +--graphene.types.mountedtype.MountedType.mounted
|      +--collections.OrderedDict
|      +--functools.partial
+--graphene.types.scalars.ID.__init__
|      +--graphene.types.unmountedtype.UnmountedType.__init__
+--graphene.types.scalars.Boolean.__init__
|      +--graphene.types.unmountedtype.UnmountedType.__init__
+--graphene.types.schema.Schema.__init__
|      +--graphene.types.schema.assert_valid_root_type
|      |      +--inspect.isclass
|      +--graphene.types.schema.Schema.build_typemap
|      |      +--graphene.types.typemap.TypeMap.__init__
|      |      |      +--graphql.type.typemap.GraphQLTypeMap.__init__
+--graphene.types.objecttype.ObjectType.__init__
+--graphene.types.datetime.Date.__init__
|      +--graphene.types.unmountedtype.UnmountedType.__init__

We scan graphene's versions and observe that during its evolution between any version from [2.1.6, 2.1.7, 2.1.9] and 2.1.8, the changing functions (diffs being listed below) have none intersection with any function or API we mentioned above (either directly or indirectly called by this project).

diff: 2.1.8(original) 2.1.6
['graphene.types.mutation.Mutation.__init_subclass_with_meta__', 'graphene.types.objecttype.ObjectType', 'graphene.types.mutation.Mutation', 'graphene.types.mutation.MutationOptions']

diff: 2.1.8(original) 2.1.7
['graphene.types.mutation.Mutation.__init_subclass_with_meta__', 'graphene.types.objecttype.ObjectType', 'graphene.types.mutation.Mutation', 'graphene.types.mutation.MutationOptions']

diff: 2.1.8(original) 2.1.9
['graphene.relay.node.NodeField.__init__', 'graphene.types.mutation.Mutation', 'graphene.relay.node.NodeField']

As for other packages, the APIs of collections, functools, itertools, inspect and graphql are called by graphene in the call graph and the dependencies on these packages also stay the same in our suggested versions, thus avoiding any outside conflict.

Therefore, we believe that it is quite safe to loose your dependency on graphene from "graphene==2.1.8" to "graphene>=2.1.6,<=2.1.9". This will improve the applicability of drf_ecommerce_api and reduce the possibility of any further dependency conflict with other projects.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.